.grid-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid-cart figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer
}

.grid-cart figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8
}

.grid-cart figure figcaption {
    padding: 2em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid-cart figure figcaption::after,
.grid-cart figure figcaption::before {
    pointer-events: none
}

.grid-cart figure .project__name span {
    font-weight: 700
}

figure.effect-bubba {
    background: #d8d4d5;
    max-width: 480px
}

figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-bubba:hover img {
    opacity: .7
}

figure.effect-bubba figcaption::after,
figure.effect-bubba figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

figure.effect-bubba .project__name {
    padding-top: 3%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

figure.effect-bubba .project__info {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

figure.effect-bubba:hover figcaption::after,
figure.effect-bubba:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

figure.effect-bubba:hover .project__info,
figure.effect-bubba:hover .project__name {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

main {
    margin-top: 0
}

/*section {
    padding: 100px 0
}*/

.page-title_home {
    width: 100%;
    left: 0;
    top: 0;
    height: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 90px;
}

.h1_home {
    margin: 0;
    margin-top: 55px;
    text-shadow: 3px 5px 18px rgba(0,0,0,.33);
    line-height: 1.2;
    font-size: 80px;
}

.h1_home:after {
    display: none;
}

.button_home {
    max-width: 200px;
}

.h1__light {
    font-family: roboto, sans-serif;
    font-weight: 200;
    display: block;
    line-height: 1.2;
    font-size: 60px;
}

.home-form {
    background: -moz-linear-gradient(top, rgba(98,98,97,0.79) 0%, rgba(89,88,88,0.79) 5%, rgba(84,84,84,0.79) 6%, rgba(82,82,81,0.79) 9%, rgba(76,76,75,0.79) 11%, rgba(69,69,68,0.8) 15%, rgba(66,66,65,0.8) 17%, rgba(51,50,49,0.78) 31%, rgba(42,42,40,0.76) 41%, rgba(37,37,35,0.76) 50%, rgba(43,43,41,0.76) 59%, rgba(46,45,44,0.77) 63%, rgba(63,62,62,0.79) 80%, rgba(70,70,69,0.8) 85%, rgba(76,76,75,0.8) 89%, rgba(82,81,81,0.8) 91%, rgba(85,84,84,0.8) 94%, rgba(98,97,97,0.79) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(98,98,97,0.79) 0%,rgba(89,88,88,0.79) 5%,rgba(84,84,84,0.79) 6%,rgba(82,82,81,0.79) 9%,rgba(76,76,75,0.79) 11%,rgba(69,69,68,0.8) 15%,rgba(66,66,65,0.8) 17%,rgba(51,50,49,0.78) 31%,rgba(42,42,40,0.76) 41%,rgba(37,37,35,0.76) 50%,rgba(43,43,41,0.76) 59%,rgba(46,45,44,0.77) 63%,rgba(63,62,62,0.79) 80%,rgba(70,70,69,0.8) 85%,rgba(76,76,75,0.8) 89%,rgba(82,81,81,0.8) 91%,rgba(85,84,84,0.8) 94%,rgba(98,97,97,0.79) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(98,98,97,0.79) 0%,rgba(89,88,88,0.79) 5%,rgba(84,84,84,0.79) 6%,rgba(82,82,81,0.79) 9%,rgba(76,76,75,0.79) 11%,rgba(69,69,68,0.8) 15%,rgba(66,66,65,0.8) 17%,rgba(51,50,49,0.78) 31%,rgba(42,42,40,0.76) 41%,rgba(37,37,35,0.76) 50%,rgba(43,43,41,0.76) 59%,rgba(46,45,44,0.77) 63%,rgba(63,62,62,0.79) 80%,rgba(70,70,69,0.8) 85%,rgba(76,76,75,0.8) 89%,rgba(82,81,81,0.8) 91%,rgba(85,84,84,0.8) 94%,rgba(98,97,97,0.79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 40px;
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 300;
    width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
}

.home-form__title {
    color: #fff;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}

.home-form__p,
.home-form__span {
    color: #fff;
}

.home-form__span {
    font-size: 18px;
}

.home-form__input {
    max-width: 100%;
    width: 100%;
}

.home-form .input__label {font-weight: 300;}

.home-form__input:before {color: #fff;}

.home-form__antirobot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.home-form .input__field {
    color: #fff;
    padding-left: 30px;
    font-weight: 300;
}

.home-form .input-box__note {
    font-size: 13px;
    line-height: normal;
    font-weight: 300;
}

.home-form-wrap {
    padding: 0
}

.home-form__captcha {
    /*width: 110%;*/
    margin-right: 12px
}

.input__label--hoshi-white {
    text-shadow: 0 0 13px rgba(45, 37, 37, .67)
}

.input__label--hoshi-white::before {
    border-bottom: 1px solid #fff;
    text-shadow: 0 0 13px rgba(45, 37, 37, .67)
}

.home-form__button {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 15px 40px;
    max-width: 225px;
    text-transform: uppercase;
    border: 3px solid #ab2c57;
    background: #ab2c57 !important;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    z-index: 1
}

.home-form__button:before {
    display: none
}

.home-form__button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.home-form__button:hover {
    color: #ab2c57;
    text-decoration: none;
}

.home-form__button:hover span {
    width: 225%;
    height: 562.5px
}

.home-form__button:active {
    background-color: #822242;
}

.slider-1_home {
    height: 100vh;
    min-height: 750px
}

.slider-1_home .slide {
    height: 100vh;
    min-height: 750px
}

.button_home {
    display: none
}

.h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 100px
}

.about {
    position: relative
}

.about__floating-text {
    background-image: url(../img/home/about/bg.png);
    right: 0;
    background-position: right 0;
    top: 75px;
    padding-bottom: 50px
}

.about__p_motto {
    padding-right: 30px;
    display: inline-block
}

.about__name {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #000
}

.about__prof {
    font-weight: 200;
    color: #000;
    font-family: roboto, sans-serif;
    font-size: 23px;
    line-height: 1;
    margin-bottom: 70px;
    position: relative;
}

.about__prof:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #ab2c57;
    bottom: -35px;
    left: -160px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.about__prof_active:before {
    width: 292px
}

.about__prof_director-2:before {
    left: auto;
    right: -160px;
    z-index: 1
}

.about__outline {
    height: 100%;
    width: 100%
}

.about__outline_motto {
    top: 10%;
    width: 90%;
    left: -15px
}

.about__director {
    margin-top: 100px
}

.outline_director {
    top: 8%;
    height: 100%;
    left: auto;
    right: -10px;
    width: 90%
}

.outline_director_2 {
    left: -10px;
    right: auto
}

.can-use {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 200px
}

.can-use__h2 {
    text-align: center
}

.can-use__floating-text {
    background-image: url(../img/home/design/design.png);
    background-position: right;
    right: 0;
    z-index: -1;
    top: 0
}

.can-use::after,
.can-use::before {
    content: '';
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.can-use::before {
    background-image: url(../img/op-circle.png);
    -webkit-background-size: 70% 70%;
    background-size: 70%;
    background-position: center center;
    border: 1px solid rgba(171, 44, 87, .09);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: -webkit-calc(50% - 212.5px);
    left: calc(50% - 212.5px);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 16%;
    width: 680px;
    height: 680px;
    z-index: -1000
}

.can-use::after {
    background-image: url(../img/malina.png);
    left: -webkit-calc(50% - 150px);
    left: calc(50% - 150px);
    -webkit-transform: translateX(190%);
    -ms-transform: translateX(190%);
    transform: translateX(190%);
    bottom: 0;
    width: 300px;
    height: 200px;
    z-index: -1
}

.can-use__img {
    margin-left: 25px
}

.can-use__box {
    padding: 100px;
    width: 100%;
    background-color: rgba(255, 255, 255, .6);
    -webkit-box-shadow: 0 0 40px 0 rgba(34, 34, 36, .14);
    box-shadow: 0 0 40px 0 rgba(34, 34, 36, .14)
}

.can-use__lines {
    border-top: 2px solid #ab2c57;
    border-bottom: 2px solid #ab2c57;
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
    height: 100px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.can-use__lines:hover {
    text-decoration: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent
}

.can-use__lines:hover .can-use__competence {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.can-use__lines:hover .can-use__p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.can-use__lines:hover .can-use__img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.can-use__competence {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 5px 25px 10px;
    height: 100%;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.can-use__competence_dark {
    background-color: #404040
}

.can-use__competence_dark .can-use__p {
    color: #fff;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition-delay: .125s;
    -o-transition-delay: .125s;
    transition-delay: .125s;
    line-height: 24px
}

.can-use__competence_dark .can-use__img {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition-delay: .125s;
    -o-transition-delay: .125s;
    transition-delay: .125s;
    background-image: url(../img/home/design/icon/2-white.png);
    background-image: url(../img/home/design/icon/2-white.png)
}

.can-use__competence_dark .can-use__img_1 {
    background-image: url(../img/home/design/icon/1-white.png)
}

.can-use__competence_dark .can-use__img_3 {
    background-image: url(../img/home/design/icon/3-white.png)
}

.can-use__competence_dark .can-use__img_4 {
    background-image: url(../img/home/design/icon/4-white.png)
}

.can-use__competence_dark .can-use__img_5 {
    background-image: url(../img/home/design/icon/5-white.png)
}

.can-use__competence_dark .can-use__img_6 {
    background-image: url(../img/home/design/icon/6-white.png)
}

.can-use__p {
    color: #ab2c57;
    padding-left: 15px;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.can-use__img {
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.can-use__img_1 {
    background-image: url(../img/home/design/icon/1.png)
}

.can-use__img_2 {
    background-image: url(../img/home/design/icon/2.png)
}

.can-use__img_3 {
    background-image: url(../img/home/design/icon/3.png)
}

.can-use__img_4 {
    background-image: url(../img/home/design/icon/4.png)
}

.can-use__img_5 {
    background-image: url(../img/home/design/icon/5.png)
}

.can-use__img_6 {
    background-image: url(../img/home/design/icon/6.png)
}

.disc-project {
    overflow: hidden
}

.disc-project:after {
    z-index: -1
}

.disc-project__outline_home {
    height: 77%;
    z-index: -2
}

.disc-project__h2_home {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 40px
}

.disc-project__descr {
    margin-bottom: 70px
}

.disc-project__foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.disc-project__button {
    max-width: 178px;
    max-height: 62px
}

.disc-project .input-captcha {
    max-width: 30%
}

.disc-project__agree {
    max-width: 30%;
    margin: 0 30px
}

.discus-form_home {
    max-width: 60%
}

.project {
    overflow: hidden
}

.project__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.project__p {
    margin-bottom: 5px
}

.project__link {
    text-decoration: underline
}

.project__name {
    margin-top: 15px
}

.grid-cart_home {
    width: 100%;
    max-width: 100%
}

.projects {
    position: relative;
    padding-bottom: 0
}

.projects__floating-text {
    background-image: url(../img/home/project/project.png);
    right: 0;
    background-position: right 0;
    top: 0
}

.project__title {
    text-shadow: 3px 5px 20px #000;
    font-size: 36px;
    font-weight: 700;
    margin: 30px 0 30px 0;
    position: relative;
    text-transform: uppercase;
	line-height: 1.25;
}

.project__title:before {
    position: absolute;
    content: '';
    width: 160px;
    height: 1px;
    background-color: #fff;
    opacity: .9;
    bottom: -10px;
    left: -webkit-calc(50% - 80px);
    left: calc(50% - 80px)
}

.project__info {
    padding-top: 0
}

.project__content {
    cursor: default
}

.grid-cart_home {
    margin-bottom: 25px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    height: 90%;
    width: 100%;
    width: 100%
}

.grid-cart_home figure {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.grid-cart_home:hover figure {
    -webkit-box-shadow: 1.736px 9.848px 18px 0 rgba(34, 34, 36, .43), 5.209px 29.544px 40px 0 rgba(34, 34, 36, .4);
    box-shadow: 1.736px 9.848px 18px 0 rgba(34, 34, 36, .43), 5.209px 29.544px 40px 0 rgba(34, 34, 36, .4)
}

.grid-cart_home:hover .portfolio__img {
    opacity: .6
}

.grid-cart_home .effect-bubba {
    width: 100%;
    max-width: 100%;
    min-height: 300px
}

.grid-cart_home .portfolio__img {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 300px;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.stages {
    position: relative;
    overflow: hidden
}

.stages__form {
    margin-top: 30px
}

.stages__notepad {
    position: absolute;
    width: 1100px;
    height: auto;
    top: 200px;
    left: -webkit-calc(50% - 850px);
    left: calc(50% - 850px)
}

.stages__floating-text {
    background-image: url(../img/home/stages/stages.png);
    right: 0;
    background-position: right 0;
    z-index: -1;
    top: 0
}

.stages__subtitle {
    font-size: 36px;
    line-height: 1.2;
    font-family: roboto, sans-serif;
    font-weight: 100
}

.stages__button {
    max-width: 263px;
    margin-top: 15px
}

.stages__phone {
    max-width: 474px
}

.reviews {
    background-image: url(../img/home/reviews/bg_mobile.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 60px 0;
    padding: 60px 0 0 0;
    background-position: center center;
    overflow: hidden
}

.reviews:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    color: #fff
}

.reviews__h2 {
    color: #fff;
    text-shadow: 3px 5px 18px rgba(0,0,0,.33);
    margin-bottom: 55px;
}

.reviews__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews__item {
    cursor: pointer;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    position: relative;
    width: 25%;
    min-width: 290px;
	display: flex;
}

.reviews__item::after {
    position: absolute;
    content: '';
    height: 350%;
    width: 1px;
    background-color: rgba(255, 253, 248, .3);
    right: -1px;
    top: -150%
}

.reviews__item::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 200%;
    background-color: rgba(255, 253, 248, .3);
    right: 0;
    top: 0
}

.reviews__photo {
	width: 30%;
	flex-shrink: 0;
	background-position: 50% 50%;
	background-size: cover; 
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.reviews__photo img {
	max-width: 100%;
}

.reviews__content {
    padding: 20px 0 0 20px;
	position: relative;
}

.reviews__p {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0;
	font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translatey(-15px);
    -ms-transform: translatey(-15px);
    transform: translatey(-15px)
}

.reviews__bottom-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
    height: 80px;
	width: 100%;
}

.reviews__initials-wrap {
	position: relative;
    height: 80px;
}
.reviews__initials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    position: relative;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.reviews__initials_dark {
    bottom: -70px;
	text-align: left;
	left: 0;
}

.reviews__initials_dark__name {
	color: #000;
	font-size: 18px;
}
.reviews__initials_dark__work {
    color: #000;
	font-size: 16px;
}

.reviews__work {
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    text-shadow: 3px 5px 20px #000;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding-right: 20px
}

.reviews__name {
    line-height: 1.3;
    color: #fff;
    font-size: 20px;
    text-shadow: 3px 5px 20px #000;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding-right: 20px;
    padding-bottom: 20px
}

.reviews__arrow {
    opacity: 0;
	margin: 0 5px 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
	display: none;
}

.reviews__item_active .reviews__bottom-line  {
	flex-direction: row-reverse;
}
.reviews__item_active .reviews__arrow  {
	display: block;
}

.reviews__bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-background-size: cover;
    background-size: cover;
    visibility: hidden
}

.reviews__bg_active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1
}

.reviews__item_active {
    background-color: #fff
}

.reviews__item_active .reviews__initials {
	right: 40px;
}

.reviews__item_active .reviews__arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.reviews__item_active .reviews__photo  {
	opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.reviews__item_active .reviews__p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.reviews__item_active .reviews__name {
    text-shadow: none
}

.reviews__item_active .reviews__work {
    text-shadow: none
}

.reviews__item_active .reviews__initials {
    -webkit-transform: translateY(-92%);
    -ms-transform: translateY(-92%);
    transform: translateY(-92%)
}

.reviews__item_active .reviews__initials_dark {
    bottom: 0;
}

.reviews__initials_dark .reviews__name {
    color: #000
}

.reviews__initials_dark .reviews__work {
    color: #000
}

@media only screen and (max-width:1200px) {
    .reviews__item:nth-child(10),
    .reviews__item:nth-child(11),
    .reviews__item:nth-child(8),
    .reviews__item:nth-child(9) {
        display: none
    }
}

@media only screen and (max-width:1160px) {
    .reviews__item {
        width: 33.33333%
    }
    .reviews__item:nth-child(6),
    .reviews__item:nth-child(7) {
        display: none
    }
}

@media only screen and (max-width:870px) {
    .reviews__item {
        width: 49.999%
    }
}

@media only screen and (max-width:768px) {
    .reviews .reviews__h2 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:580px) {
    .reviews__item {
        width: 100%
    }
    .reviews__item:nth-child(4),
    .reviews__item:nth-child(5),
    .reviews__item:nth-child(6),
    .reviews__item:nth-child(7) {
        display: none
    }
}

.social {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.social__link {
    display: inline-block;
    cursor: pointer
}

.social .fa,.social .fab {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.social .fa:hover,.social .fab:hover {
    text-decoration: none;
    color: #ab2c57
}

.social_fixed .fa,.social_fixed .fab {
    color: #706e6a
}

@media only screen and (max-width:1200px) {
    .disc-project {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .disc-project:after {
        right: -8%
    }
    .disc-project .input-captcha {
        margin: 0 10px
    }
    .disc-project__agree {
        width: 100%;
        margin: 0 10px
    }
    .stages__notepad {
        width: 880px;
        left: -webkit-calc(50% - 673px);
        left: calc(50% - 673px)
    }
    .stages__h2 {
        margin-bottom: 30px
    }
    .about__prof {
        line-height: 1.5
    }
    .home-form-wrap {
        padding: 0 15px
    }
    .slider-1_home {
        height: 100vh;
        min-height: 820px
    }
    .slider-1_home .slide {
        height: 100vh;
        min-height: 820px
    }
}

@media only screen and (max-width:1024px) {
    .h1-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .home-form-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .h1_home {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 0
    }
    .page-title {
        padding-top: 130px
    }
    .slider-1_home {
        min-height: 1200px
    }
    .slider-1_home .slide {
        min-height: 1200px
    }
    .slider-1_home .input-box__note {
        text-align: left
    }
}

@media only screen and (max-width:992px) {
    .page-title_home {
        text-align: center
    }
    .about__img {
        margin-top: 15px
    }
    .about__name {
        margin-top: 100px
    }
    .about__director {
        margin-top: 50px
    }
    .about__prof {
        margin-bottom: 20px
    }
    .about__prof:before {
        display: none
    }
    .about__outline {
        width: 550px
    }
    .about__p_motto {
        padding-right: 0
    }
    .outline_director {
        width: 55%;
        right: auto;
        left: 55px
    }
    .discus-form_home {
        max-width: 100%
    }
    .stages {
        min-height: auto
    }
    .stages__form {
        margin-top: 63vw
    }
    .stages__notepad {
        width: 110%;
        left: -14vw
    }
    .page-title .h1_home {
        font-size: 80px
    }
    .project__title {
        margin: 10px 0 30px 0;
        line-height: 1.4
    }
}

@media only screen and (max-width:768px) {
    .about__name {
        margin-top: 0
    }
    .h2 {
        font-size: 32px;
        margin-bottom: 30px
    }
    .outline {
        display: none
    }
    .about,
    .can-use,
    .disc-project,
    .projects,
    .stages {
        background: 0 0
    }
    section {
        padding: 60px 0
    }
    .can-use {
        padding: 60px 0
    }
    .can-use::after,
    .can-use::before {
        display: none
    }
    .circles {
        display: none
    }
    .stages__form {
        margin-top: 65vw
    }
    .stages__subtitle {
        font-size: 28px
    }
    .stages__notepad {
        top: 150px
    }
    .page-title .h1_home {
        font-size: 60px
    }
    .h1__light {
        font-size: 40px
    }
    .project__title {
        margin: 30px 0 30px 0
    }
    .disc-project .input-captcha {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        margin-bottom: 20px
    }
    .disc-project__agree {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 100%
    }
    .disc-project .button {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .disc-project__note {
        display: block
    }
    .disc-project__foot {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .slider-1_home {
        min-height: 1024px
    }
    .slider-1_home .slide {
        min-height: 1024px
    }
}

@media only screen and (max-width:567px) {
    .page-title_home {
        padding: 60px 30px;
        height: 100%;
        max-height: 100%
    }
    .can-use__box {
        padding: 50px 40px
    }
    .project__title {
        line-height: 1.2;
        margin: 15px 0 15px 0
    }
    .page-title .h1_home {
        font-size: 38px
    }
    .h1__light {
        font-size: 20px
    }
    .stages__form {
        margin-top: 0
    }
    .stages__notepad {
        display: none
    }
    .disc-project .input-captcha {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-bottom: 20px
    }
    .disc-project__agree {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 100%
    }
    .disc-project .button {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .disc-project__note {
        display: block
    }
    .disc-project__foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .home-form {
        display: none
    }
    .button_home {
        display: inline-block
    }
    .slider-1_home {
        height: 100vh;
        min-height: 480px
    }
    .slider-1_home .slide {
        height: 100vh;
        min-height: 480px
    }
    .page-title {
        padding-left: 30px;
        padding-right: 30px
    }
    .reviews__item_mobile_none {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .h1-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .home-form-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .h1_home {
        text-align: left
    }
    .home-form {
        margin: 0
    }
}

@media screen and (min-width: 1025px) {
    .home-form__antirobot {
        width: 100%;
        flex-wrap: wrap;
    }
    .home-form__captcha {
        /*width: 200px;*/
        overflow: hidden;
        height: 50px;
        margin-bottom: 10px;
        flex-shrink: 0;
    }
    .home-form__captcha .g-recaptcha {
        position: relative;
        top: -10px;
    }
}

@media screen and (min-width: 1280px) {
    .home-form__antirobot {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    main {
        padding-bottom: 0;
    }

    .reviews__p {
        opacity: 1;
        color: #fff;
        transform: translatey(0);
    }

    .reviews__photo {
        opacity: 1;
        transform: translatey(0);
    }

    .reviews__item_active {background: transparent;}
    .reviews__item_active .reviews__arrow {display: none;}
    .reviews__item_active .reviews__bottom-line {flex-direction: row;}
    .reviews__item_active .reviews__initials {transform: none; right: 0;}

    .reviews

    .project__title {
        display: flex;
        justify-content: center;
    }

    section {
        padding: 20px 0;
    }

    .disc-project {
        padding: 20px 0;
    }
}

@media screen and (min-width: 1024px) {
    .reviews {
        background-image: url(../img/home/reviews/bg.jpg);
    }
}

@media screen and (min-width: 871px) {
	.reviews__initials-wrap {white-space: nowrap;}
	.reviews__work {font-size: 20px;}
	.reviews__name {font-size: 18px;}	
}

@media screen and (min-width: 871px) and (max-width: 1200px) {
	.reviews__arrow  {display: none !important;}
}

@media screen and (max-width: 767px) {
	.reviews__item {
		background: #fff;
	}
	
	.reviews__work, .reviews__name,
	.reviews__item  .reviews__p {
		color: #000;
		text-shadow: none;
	}
	
	.reviews__item:nth-child(4), .reviews__item:nth-child(5), .reviews__item:nth-child(6), .reviews__item:nth-child(7) {
		display: flex;
	}
}

